home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr11 / powerb5.zip / P5MSC007.TIP < prev    next >
Text File  |  1993-06-01  |  3KB  |  63 lines

  1. If you don't own a good graphics printer but have access to
  2. one elsewhere (say, at a local copy shop), Windows provides
  3. a nifty, little-known way to take your formatted document,
  4. on a floppy, to another computer for printing. The other
  5. computer doesn't need to have your application or even
  6. Windows.
  7.  
  8. First, set up a printer driver that will send its output to
  9. a file: Select Printers from the Control Panel's window,
  10. then select Add; a list of printers will appear. Select the
  11. model that will be printing the document (not the one, if
  12. any, attached to your computer), then select Install. Follow
  13. the prompts for installing the printer driver from the
  14. Windows setup disks. Once your new printer is in the
  15. Installed Printers list, highlight it and select Connect.
  16. Scroll down through the resulting list of ports to select
  17. FILE:. Exit the Printers window and the Control Panel.
  18.  
  19. Now, every time you use File·Print Setup to select your
  20. nonexistent printer, and then print from any Windows
  21. application, Windows will first ask for a file name. Once
  22. you've given it, Windows will send all the control codes and
  23. data to the file just as if it were a printer. To print your
  24. document, take the output file on a floppy to the computer
  25. with the printer. Print with a simple command from the DOS
  26. prompt: COPY /B A:filename LPT1:. The /B switch makes sure
  27. that binary control codes are preserved. You may need to
  28. replace LPT1: with another port address and A: with another
  29. floppy drive letter.
  30.  
  31. This procedure has a few limitations. First, make sure you
  32. stick to fonts that are in the printer. If you use Adobe
  33. Type Manager, make sure that ATM's 'Use Pre-built or
  34. Resident Bitmap Fonts' option is turned off. Second, you may
  35. find that your Windows output file is larger than the floppy
  36. can hold. Most Windows applications allow you to select a
  37. range of pages to be printed, so you can easily create a
  38. number of smaller output files if the entire document would
  39. overflow the disk.
  40.  
  41. Steven Fox
  42. Chung Ho City, Taipei Hsien, Taiwan
  43.  
  44. Editor's Note: You'd have to print a very large file to
  45. overflow a floppy, but if you do encounter this problem,
  46. here's another way to handle it. Because printer control
  47. codes contain a great deal of redundancy, compressing a
  48. print file with PKZIP (or any other compression utility)
  49. will reduce the size by as much as 80 percent, letting you
  50. get up to five times the output on a single floppy. You can
  51. then use PKUNZIP's -C (Console) switch to direct the output
  52. to the printer as the file is decompressed: The command
  53. PKUNZIP -C zipfile.ZIP > LPT1: will unzip a file directly to
  54. your printer.
  55.  
  56.  
  57. Title: Printing via Sneakernet
  58. Category: MSC
  59. Issue Date: August, 1992
  60. Editor: Brett Glass
  61. Supplementary Files: None
  62. Filename: P5MSC007.TIP
  63.